Class BbaGroupManagerImpl

All Implemented Interfaces:
IPCObject, BbaGroupManager, Process

public class BbaGroupManagerImpl extends ProcessImpl implements BbaGroupManager
Information provided by the PKI file:

    \class BbaGroupManager
    
    \brief BbaGroupManager manages and manipulates virtual template interfaces for PPPoE.
    
    \example network().getDevice("Router0").getProcess("BbaGroupManager")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • addBbaGroupByName

      public void addBbaGroupByName(String name)
      Information provided by the PKI file:
      
          \brief Adds a BBA group.
          
          \param name, the name for the BBA group.
          
              
      Specified by:
      addBbaGroupByName in interface BbaGroupManager
      Parameters:
      name - Takes in a parameter of name
    • removeBbaGroupByName

      public void removeBbaGroupByName(String name)
      Information provided by the PKI file:
      
          \brief Removes the BBA group with the specified name.
          
          \param name, the name of the BBA group of interest.
          
              
      Specified by:
      removeBbaGroupByName in interface BbaGroupManager
      Parameters:
      name - Takes in a parameter of name
    • getBbaGroupByName

      public BbaGroup getBbaGroupByName(String name)
      Information provided by the PKI file:
      
          \brief Returns the BBA group with the specified name.
          
          \param name, the name of the BBA group of interest.
          
          \return BbaGroup, the BbaGroup object with the specified name.
          
              
      Specified by:
      getBbaGroupByName in interface BbaGroupManager
      Parameters:
      name - Takes in a parameter of name
      Returns:
      BbaGroup Returns a BbaGroup
    • getBbaGroupCount

      public int getBbaGroupCount()
      Information provided by the PKI file:
      
          \brief Returns the number of BBA groups.
          
          \param int, the number of BBA groups.
          
              
      Specified by:
      getBbaGroupCount in interface BbaGroupManager
      Returns:
      int Returns a int
    • getBbaGroupAt

      public BbaGroup getBbaGroupAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the BBA group at the specified name.
          
          \param index, the index of the BBA group of interest.
          
          \return BbaGroup, the BbaGroup object at the specified name.
          
              
      Specified by:
      getBbaGroupAt in interface BbaGroupManager
      Parameters:
      index - Takes in a parameter of index
      Returns:
      BbaGroup Returns a BbaGroup